.store_search {
	margin:0px;
}
.store_search .top_wrap {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  zoom: 1;
}

.store_search .top_wrap:before {
  content: '';
  display: block;
}

.store_search .top_wrap:after {
  content: '';
  display: table;
  clear: both;
}

.store_search .top_wrap .map_search,
.store_search .top_wrap form {
  float: left;
  text-align: center;
}

.store_search .top_wrap .map_search {
  width: 50%;
}

.store_search .top_wrap form {
  width: 50%;
}

.store_search .top_wrap .map_search {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .store_search .top_wrap {
    padding: 20px;
    margin-bottom: 20px;
  }
  .store_search .top_wrap .map_search {
    margin-bottom: 20px;
  }
  .store_search .top_wrap .map_search,
  .store_search .top_wrap form {
    float: none;
    width: 100%;
  }
  .store_search .top_wrap form select {
    height: 40px;
    line-height: 40px;
  }
}

.store_search .txt_search .title_bx {
  margin-bottom: 10px;
  font-size: 16px;
}

.store_search .txt_search .call_bx {
  text-align: center;
  margin-top: 50px;

}

@media screen and (max-width: 768px) {
  .store_search .txt_search .call_bx {
    margin-top: 30px;
  }
}

.store_search .txt_search .call_bx .tit {
  color: #1689d3;
  font-size: 1.56471em;
}

.store_search .txt_search .call_bx .tit {
  font-size: 20px;
}

@media (min-width: 480px) and (max-width: 1302px) {
  .store_search .txt_search .call_bx .tit {
    font-size: calc(30px + 10 * (100vw - 480px) / 822);
  }
}

@media (min-width: 1302px) {
  .store_search .txt_search .call_bx .tit {
    font-size: 30px;
  }
}

.store_search .txt_search .call_bx .call {
  color: #222;
  letter-spacing: -2px;
  font-weight: 500;
}

.store_search .txt_search .call_bx .call {
  font-size: 24px;
}

@media (min-width: 480px) and (max-width: 1302px) {
  .store_search .txt_search .call_bx .call {
    font-size: calc(30px + 30 * (100vw - 480px) / 822);
  }
}

@media (min-width: 1302px) {
  .store_search .txt_search .call_bx .call {
    font-size: 52px;
  }
}

.store_search .txt_search .search_bx .tt {
  color: #222;
}

.store_search .txt_search .input_bx {
  margin-top: 10px;
  position: relative;
}

.store_search .txt_search .input_bx select,
.store_search .txt_search .input_bx input,
.store_search .txt_search .input_bx .btn {
  height: 50px;
  line-height: 50px;
  padding-left:10px;
}

@media screen and (max-width: 768px) {
  .store_search .txt_search .input_bx select,
  .store_search .txt_search .input_bx input,
  .store_search .txt_search .input_bx .btn {
    height: 40px;
    line-height: 40px;
  }
}

.store_search .txt_search .input_bx select,
.store_search .txt_search .input_bx input {
  width: 100%;
}

.store_search .txt_search .input_bx .btn {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #22252c;
}
.store_search .txt_search .input_bx .btn:hover {
	background:#009688;
}
.store_search_list .item {
  border-bottom: 1px solid #ddd;
}

.store_search_list .item:first-child {
  border-top: 2px solid #009688;
}

.store_search_list .wrap {
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .store_search_list .wrap {
    padding: 10px 0;
  }
}

.store_search_list .wrap ._btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.store_search_list .wrap ._btn a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  background-color: #aeaeae;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.store_search_list .wrap ._btn a:hover {
  background-color: #1689d3;
}
.store_search_list .wrap ._btn a.urlno:hover {
  background-color: #aeaeae;
  cursor:default;
}

@media screen and (max-width: 768px) {
  .store_search_list .wrap ._btn {
    left: 0;
  }
  .store_search_list .wrap ._btn a {
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
}

.store_search_list .wrap ._txt {
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .store_search_list .wrap ._txt {
    margin-left: 60px;
  }
}

.store_search_list .wrap ._txt .tit {
  font-size: 1.29412em;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;

}

.store_search_list .wrap ._txt .txt {
  zoom: 1;
}

.store_search_list .wrap ._txt .txt:before {
  content: '';
  display: block;
}

.store_search_list .wrap ._txt .txt:after {
  content: '';
  display: table;
  clear: both;
}

.store_search_list .wrap ._txt .txt span {
  position: relative;
  padding: 0 10px;
  float: left;
}

.store_search_list .wrap ._txt .txt span:nth-child(1):before {
  display: none;
}

.store_search_list .wrap ._txt .txt span:before {
  content: '';
  border-left: 1px solid #ddd;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  position: absolute;
  left: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .store_search_list .wrap ._txt .txt span:before {
    display: none;
  }
}
.row [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}
.row_5 [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
@media screen and (max-width: 1024px) {
	.row [class*='col-'] {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.row [class*='col-'], [class*="row_"] [class*='col-'] {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    float: left;
}
.row_5 > li, .row_5 > div, .row_5 > form, .row_5 > dl {
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

.col-lg-6 {
    width: 50%;
}